//==============================================================================
// yardstick_anim.txt
//==============================================================================

//==============================================================================
define smoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny
      }
   }
}

//==============================================================================
define fire
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Tiny
      }
   }
}

//==============================================================================
define firebowl
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Fire Tiny Bowl
      }
   }
}

//==============================================================================
define glow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
anim none
{
   SetSelector
   {
      CultureLogic Egyptian/Greek/Norse/Atlantean
      set hotspot
      {
         version
         {
				Visual world e braizer
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT glow hotspot
         }
      }
      set hotspot
      {
         version
         {
				Visual world g braizer
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT glow hotspot
         }
      }
      set hotspot
      {
         version
         {
				Visual world n brazier
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT glow hotspot
         }
      }
      set hotspot
      {
         version
         {
				Visual world x braizer
					Connect ATTACHPOINT fire hotspot
					Connect ATTACHPOINT firebowl hotspot
					Connect ATTACHPOINT smoke hotspot
					Connect ATTACHPOINT glow hotspot
         }
      }
   }
}